Lender Price API
Pricing a Loan / Common Tasks in Pricing / Call for Mortgage Insurance
In This Topic
    Call for Mortgage Insurance
    In This Topic

    To make the search call for mortgage insurance, use the following procedure in your search request:

    1. Set the search.miCriteria field with the appropriate MiCompanyId:

      "search": {

        "miCriteria": {

          "miCompanyId": {{company ID}},

          "miCompanyName: {{company name}} // optional field

        }

      }

    2. Make sure the LTV is above 80% by having the purchase, appraisal value, and loan amounts set up correctly.

    3. Set criteria.pmiType to BPMI:

      "criteria": {

        "pmiType": "BPMI"

      }